home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / os2 / pastry10.zip / PASTRY.DOC < prev    next >
Text File  |  1994-06-04  |  2KB  |  46 lines

  1. The Pastry Box - version 1.0
  2.  
  3. This utility allows the user to select multiple noncontiguous lines
  4. from a file and paste them to the clipboard. It uses a listbox to
  5. contain the source file, so the file size is limited about 40K. I am
  6. not certain of the max file size. The source file is loaded via a thread,
  7. and if you attempt to select a new file before the current file is
  8. completely loaded the utility will beep and not allow the file dialog
  9. box to be opened.  The program will load as much of the file as possible
  10. and will not display an error message if the file is to big to fit in the
  11. listbox. The utility opens the source as read only so it will not modify
  12. the source file.  The utility will read up to 1024 character lines,
  13. lines longer will be wrapped to the next line.
  14.  
  15. The font, text color, background color used in the listbox may be
  16. configured via the drag & drop method.  Configuration changes may be
  17. saved by using the save settings option which is under Exit. Included
  18. in the configuration information is the size and position of the
  19. application's window on the desktop, the file selected, and the
  20. search string.
  21.  
  22. The configuration is saved in the file PASTRY.INI.  The .INI
  23. file is read from the working directory, so you can have multiple
  24. .INI files by changing the working directory entry in the settings
  25. notebook for the program object.
  26.  
  27. The utility is WPS aware, so you may also select a file by dragging a
  28. copy of it onto the icon object. 
  29.  
  30. The unmodified distribution ZIP file  may be uploaded to other
  31. bulletin board systems and on-line services.
  32.  
  33. This utility is not public domain, the author retains the copyright
  34. but it is free for personal use.  It may not be distributed with any
  35. commercial product without permission from the author.  A low cost
  36. business site license for the program is available, contact the author
  37. for further information.
  38.  
  39. The author may be contacted on the IBM PCC BBS under the assigned ID of
  40. PR G67278, on the ILink OS/2 conference as Don Hawkinson, and via
  41. internet email as  don.hawkinson@twsubbs.twsu.edu
  42.  
  43. Don Hawkinson 
  44. Wichita, Ks
  45.  
  46.